Welcome![Sign In][Sign Up]
Location:
Search - fifo lru opt

Search list

[OS programfifo

Description: 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
Platform: | Size: 44494 | Author: 孤鸿影 | Hits:

[Windows Develop页片置换中的FIFO、LRU和OPT算法

Description: 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
Platform: | Size: 438072 | Author: zhang20082100 | Hits:

[GUI Developpusula

Description: 对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
Platform: | Size: 7168 | Author: 王晓萍 | Hits:

[CSharpOS实验一

Description: 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
Platform: | Size: 53248 | Author: 白马 | Hits:

[Internet-Network功能描述

Description: 页面置换算法,采用了FIFO,LRU,OPT三种算法,并用一个源程序-pages replacement algorithm, using the FIFO, the LRU, OPT three algorithms, and with a source
Platform: | Size: 6144 | Author: 鬼迷心窍 | Hits:

[Linux-Unixlinuxag

Description: 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to generate random instruction sequences, and then converted into the corresponding page addresses flow.
Platform: | Size: 2048 | Author: 衣明玉 | Hits:

[CSharpOS课题设计

Description: 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit the hit rate. (1) FIFO algorithm (FIFO) (2) at least recently used algorithm (LRU) (3) eliminated the best algorithm (OPT) (4) at least visit pages algorithm (LFU) (5) most recently used algorithm (NUR) life China rate = (1-pages failure number)/page-length addre
Platform: | Size: 2048 | Author: 东方少秋 | Hits:

[CSharp先进先出页面算法程序2

Description: 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO replacement algorithm using FIFO recently, at least recently LRU algorithm replacement unused replacement algorithm sets NUR work. Cases ... : a page-allocation process at 3, p. during its operation visit face sequence : A, B, C, D, A, B, E, A, B, C, D, E, in accordance with the analysis of its OPT algorithm replacement of pages missing ...
Platform: | Size: 5120 | Author: asdf | Hits:

[OS program页面置换

Description: 页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
Platform: | Size: 1666048 | Author: 陶杰 | Hits:

[OS programymdd

Description: 页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数 -Main page scheduling algorithm: FIFO, least recently used scheduling algorithm (LRU), least recently used scheduling algorithm (LFU), the best algorithm (OPT) subject requirements: ① the realization of the three algorithms: 1, FIFO 2, OPT 3, LRU ② page sequence from the specified text file (TXT files) out of ③ Output: the first line: every time out the page number, the second line: shows the total number of missing pages
Platform: | Size: 1024 | Author: sunny | Hits:

[Windows Developfifo_lru_opt

Description: 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorithm. Code straightforward compile.
Platform: | Size: 1024 | Author: wz | Hits:

[OS programfifo

Description: 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
Platform: | Size: 44032 | Author: 孤鸿影 | Hits:

[Documentsosp1

Description: 内存管理的四种页面置换算法 FIFO LRU NUR OPT-Memory management page replacement algorithm for the four FIFO LRU NUR OPT
Platform: | Size: 223232 | Author: 子小 | Hits:

[Linux-Unixmain

Description: 操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) (4) 最少访问页面算法(LFU) (5) 最近最不经常使用算法(NUR) 命中率=(1-页面失效次数)/页地址流长度 -Experimental operating system (LINUX): Design of a virtual memory storage area and work area, and use the following algorithm to visit hit rate. (1) into the algorithm, first-out (FIFO) (2) at least recently used algorithm (LRU) (3 ) the best out of algorithm (OPT) (4) at least visit the page algorithm (LFU) (5) the least frequently used in recent algorithm (NUR) hit rate = (1- page failure number)/page address stream length
Platform: | Size: 2048 | Author: zengzl | Hits:

[Windows Developpap

Description: FIFO\LRU\OPT三种统计缺页算法的源码 在VC6.0下编译通过.-Statistics FIFOLRUOPT three missing page source algorithm adopted in the VC6.0 compiler under.
Platform: | Size: 1024 | Author: test | Hits:

[OS Developstoragectrl

Description: 演示几种存储控制器的算法,fifo,lru,nur,opt-Demonstration of several storage controller algorithm, fifo, lru, nur, opt
Platform: | Size: 6144 | Author: ccl | Hits:

[Windows Developaaa

Description: FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
Platform: | Size: 15360 | Author: yourname | Hits:

[Data structsFIFOLRUOPT

Description: 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
Platform: | Size: 438272 | Author: | Hits:

[Otherex2

Description: FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
Platform: | Size: 2048 | Author: wangyi | Hits:

[OS DevelopFIFO-LRU-OPT-Clock

Description: 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
Platform: | Size: 15360 | Author: soong | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net